- GMemVTable
alias GMemVTable = _GMemVTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_free
alias da_g_free = void function(gpointer mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_malloc
alias da_g_malloc = gpointer function(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_malloc0
alias da_g_malloc0 = gpointer function(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_malloc0_n
alias da_g_malloc0_n = gpointer function(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_malloc_n
alias da_g_malloc_n = gpointer function(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mem_gc_friendly
alias da_g_mem_gc_friendly = gboolean
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mem_is_system_malloc
alias da_g_mem_is_system_malloc = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mem_profile
alias da_g_mem_profile = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mem_set_vtable
alias da_g_mem_set_vtable = void function(GMemVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_realloc
alias da_g_realloc = gpointer function(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_realloc_n
alias da_g_realloc_n = gpointer function(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_malloc
alias da_g_try_malloc = gpointer function(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_malloc0
alias da_g_try_malloc0 = gpointer function(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_malloc0_n
alias da_g_try_malloc0_n = gpointer function(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_malloc_n
alias da_g_try_malloc_n = gpointer function(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_realloc
alias da_g_try_realloc = gpointer function(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_try_realloc_n
alias da_g_try_realloc_n = gpointer function(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_glib_mem_profiler_table
alias da_glib_mem_profiler_table = GMemVTable*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_free
void g_free(gpointer mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc
gpointer g_malloc(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0
gpointer g_malloc0(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0_n
gpointer g_malloc0_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc_n
gpointer g_malloc_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_is_system_malloc
gboolean g_mem_is_system_malloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_profile
void g_mem_profile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_set_vtable
void g_mem_set_vtable(GMemVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc
gpointer g_realloc(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc_n
gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc
gpointer g_try_malloc(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0
gpointer g_try_malloc0(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0_n
gpointer g_try_malloc0_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc_n
gpointer g_try_malloc_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc
gpointer g_try_realloc(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc_n
gpointer g_try_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_free
da_g_free g_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc
da_g_malloc g_malloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0
da_g_malloc0 g_malloc0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0_n
da_g_malloc0_n g_malloc0_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc_n
da_g_malloc_n g_malloc_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_gc_friendly
da_g_mem_gc_friendly g_mem_gc_friendly;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_is_system_malloc
da_g_mem_is_system_malloc g_mem_is_system_malloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_profile
da_g_mem_profile g_mem_profile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_set_vtable
da_g_mem_set_vtable g_mem_set_vtable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc
da_g_realloc g_realloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc_n
da_g_realloc_n g_realloc_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc
da_g_try_malloc g_try_malloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0
da_g_try_malloc0 g_try_malloc0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0_n
da_g_try_malloc0_n g_try_malloc0_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc_n
da_g_try_malloc_n g_try_malloc_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc
da_g_try_realloc g_try_realloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc_n
da_g_try_realloc_n g_try_realloc_n;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glib_mem_profiler_table
da_glib_mem_profiler_table glib_mem_profiler_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.